Contribution org.nuxeo.drive.ui.types--types
In component org.nuxeo.drive.ui.types
org.nuxeo.drive.ui.types
inside nuxeo-drive-jsf-6.0.jar
This contribution is part of XML component Extension Point
Extension point types of component TypeService.Contributed Items
XML Source
<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
<type id="File">
<layouts mode="drive">
<layout>heading</layout>
<layout>dublincore</layout>
</layouts>
</type>
<type id="Note">
<layouts mode="drive">
<layout>heading</layout>
<layout>note</layout>
<layout>dublincore</layout>
</layouts>
</type>
<type id="Workspace">
<layouts mode="drive">
<layout>heading</layout>
</layouts>
</type>
<type id="Folder">
<layouts mode="drive">
<layout>heading</layout>
</layouts>
</type>
<type id="OrderedFolder">
<layouts mode="drive">
<layout>heading</layout>
</layouts>
</type>
</extension>